home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 08 / _SETUP.1 / Constructor.exe / 0 / RCDATA / TSTYLEFORM / TSTYLEFORM.txt < prev   
Encoding:
Text File  |  1999-02-20  |  7.7 KB  |  378 lines

  1. object StyleForm: TStyleForm
  2.   Left = 170
  3.   Top = 124
  4.   BorderStyle = bsDialog
  5.   Caption = 'Style Wizard'
  6.   ClientHeight = 338
  7.   ClientWidth = 427
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 6
  19.     Top = 6
  20.     Width = 153
  21.     Height = 287
  22.   end
  23.   object Bevel4: TBevel
  24.     Left = 6
  25.     Top = 296
  26.     Width = 417
  27.     Height = 5
  28.     Shape = bsBottomLine
  29.   end
  30.   object Image1: TImage
  31.     Left = 7
  32.     Top = 7
  33.     Width = 151
  34.     Height = 285
  35.     Picture.Data = {<image000.bmp>}
  36.   end
  37.   object Pages: TPageControl
  38.     Left = 168
  39.     Top = 6
  40.     Width = 257
  41.     Height = 289
  42.     ActivePage = FontPage
  43.     TabOrder = 0
  44.     object FontPage: TTabSheet
  45.       Caption = 'FontPage'
  46.       TabVisible = False
  47.       object Label1: TLabel
  48.         Left = 8
  49.         Top = 56
  50.         Width = 24
  51.         Height = 13
  52.         Caption = 'Font:'
  53.       end
  54.       object Label2: TLabel
  55.         Left = 132
  56.         Top = 56
  57.         Width = 23
  58.         Height = 13
  59.         Caption = 'Size:'
  60.       end
  61.       object Label3: TLabel
  62.         Left = 184
  63.         Top = 56
  64.         Width = 33
  65.         Height = 13
  66.         Caption = 'Colour:'
  67.       end
  68.       object Label8: TLabel
  69.         Left = 8
  70.         Top = 11
  71.         Width = 90
  72.         Height = 13
  73.         Caption = 'Name of new style:'
  74.       end
  75.       object FontList: TListBox
  76.         Left = 8
  77.         Top = 96
  78.         Width = 121
  79.         Height = 97
  80.         ItemHeight = 13
  81.         Sorted = True
  82.         TabOrder = 0
  83.         OnClick = FontListClick
  84.       end
  85.       object SizeList: TListBox
  86.         Left = 132
  87.         Top = 96
  88.         Width = 45
  89.         Height = 97
  90.         ItemHeight = 13
  91.         Items.Strings = (
  92.           '8'
  93.           '10'
  94.           '12'
  95.           '14'
  96.           '16'
  97.           '18'
  98.           '22'
  99.           '26'
  100.           '32'
  101.           '48'
  102.           '72')
  103.         TabOrder = 1
  104.         OnClick = SizeListClick
  105.       end
  106.       object SizeEdit: TEdit
  107.         Left = 132
  108.         Top = 72
  109.         Width = 45
  110.         Height = 21
  111.         TabOrder = 2
  112.         Text = '10'
  113.         OnChange = SizeEditChange
  114.       end
  115.       object FontEdit: TEdit
  116.         Left = 8
  117.         Top = 72
  118.         Width = 121
  119.         Height = 21
  120.         TabOrder = 3
  121.         Text = 'MS Sans Serif'
  122.         OnChange = FontEditChange
  123.       end
  124.       object GroupBox1: TGroupBox
  125.         Left = 8
  126.         Top = 200
  127.         Width = 169
  128.         Height = 69
  129.         Caption = 'Effects'
  130.         TabOrder = 4
  131.         object Bold: TCheckBox
  132.           Left = 8
  133.           Top = 20
  134.           Width = 45
  135.           Height = 17
  136.           Caption = '&Bold'
  137.           TabOrder = 0
  138.         end
  139.         object Italic: TCheckBox
  140.           Left = 84
  141.           Top = 20
  142.           Width = 45
  143.           Height = 17
  144.           Caption = '&Italic'
  145.           TabOrder = 1
  146.         end
  147.         object Underline: TCheckBox
  148.           Left = 8
  149.           Top = 44
  150.           Width = 69
  151.           Height = 17
  152.           Caption = '&Underline'
  153.           TabOrder = 2
  154.         end
  155.         object Strikeout: TCheckBox
  156.           Left = 84
  157.           Top = 44
  158.           Width = 65
  159.           Height = 17
  160.           Caption = '&Strikeout'
  161.           TabOrder = 3
  162.         end
  163.       end
  164.       object ColorButton: TColorButton
  165.         Left = 184
  166.         Top = 72
  167.         Width = 44
  168.         Height = 22
  169.         ActivationEvent = aeClick
  170.         Color = clBlack
  171.         Options = []
  172.         TabOrder = 5
  173.         TabStop = True
  174.       end
  175.       object StyleName: TComboBox
  176.         Left = 8
  177.         Top = 28
  178.         Width = 169
  179.         Height = 21
  180.         ItemHeight = 13
  181.         Items.Strings = (
  182.           'Heading 1'
  183.           'Heading 2'
  184.           'Heading 3'
  185.           'Heading 4'
  186.           'Heading 5'
  187.           'Heading 6'
  188.           'Body Text')
  189.         TabOrder = 6
  190.         OnChange = StyleNameChange
  191.       end
  192.     end
  193.     object ParagraphPage: TTabSheet
  194.       Caption = 'ParagraphPage'
  195.       TabVisible = False
  196.       object GroupBox2: TGroupBox
  197.         Left = 8
  198.         Top = 12
  199.         Width = 173
  200.         Height = 65
  201.         Caption = 'Alignment'
  202.         TabOrder = 0
  203.         object LeftAlign: TRadioButton
  204.           Left = 8
  205.           Top = 20
  206.           Width = 41
  207.           Height = 17
  208.           Caption = 'Left'
  209.           Checked = True
  210.           TabOrder = 0
  211.           TabStop = True
  212.         end
  213.         object Center: TRadioButton
  214.           Left = 80
  215.           Top = 20
  216.           Width = 69
  217.           Height = 17
  218.           Caption = 'Centered'
  219.           TabOrder = 1
  220.         end
  221.         object Right: TRadioButton
  222.           Left = 8
  223.           Top = 40
  224.           Width = 49
  225.           Height = 17
  226.           Caption = 'Right'
  227.           TabOrder = 2
  228.         end
  229.         object Justify: TRadioButton
  230.           Left = 80
  231.           Top = 40
  232.           Width = 61
  233.           Height = 17
  234.           Caption = 'Justified'
  235.           TabOrder = 3
  236.         end
  237.       end
  238.       object GroupBox3: TGroupBox
  239.         Left = 8
  240.         Top = 83
  241.         Width = 173
  242.         Height = 118
  243.         Caption = 'Spacing'
  244.         TabOrder = 1
  245.         object Label4: TLabel
  246.           Left = 8
  247.           Top = 20
  248.           Width = 63
  249.           Height = 13
  250.           Caption = 'Line spacing:'
  251.         end
  252.         object Label5: TLabel
  253.           Left = 76
  254.           Top = 44
  255.           Width = 28
  256.           Height = 13
  257.           Caption = 'points'
  258.         end
  259.         object Label6: TLabel
  260.           Left = 76
  261.           Top = 92
  262.           Width = 28
  263.           Height = 13
  264.           Caption = 'points'
  265.         end
  266.         object Label7: TLabel
  267.           Left = 8
  268.           Top = 68
  269.           Width = 70
  270.           Height = 13
  271.           Caption = 'Letter spacing:'
  272.         end
  273.         object LineSpace: TSpinEdit
  274.           Left = 8
  275.           Top = 39
  276.           Width = 65
  277.           Height = 22
  278.           TabStop = True
  279.           ParentColor = False
  280.           TabOrder = 0
  281.         end
  282.         object LetterSpace: TSpinEdit
  283.           Left = 8
  284.           Top = 87
  285.           Width = 65
  286.           Height = 22
  287.           TabStop = True
  288.           ParentColor = False
  289.           TabOrder = 1
  290.         end
  291.       end
  292.       object GroupBox4: TGroupBox
  293.         Left = 8
  294.         Top = 208
  295.         Width = 173
  296.         Height = 65
  297.         Caption = 'Capitals'
  298.         TabOrder = 2
  299.         object UpperCase: TRadioButton
  300.           Left = 92
  301.           Top = 40
  302.           Width = 77
  303.           Height = 17
  304.           Caption = 'Upper case'
  305.           TabOrder = 0
  306.         end
  307.         object LowerCase: TRadioButton
  308.           Left = 92
  309.           Top = 20
  310.           Width = 77
  311.           Height = 17
  312.           Caption = 'Lower case'
  313.           TabOrder = 1
  314.         end
  315.         object SmallCaps: TRadioButton
  316.           Left = 8
  317.           Top = 40
  318.           Width = 73
  319.           Height = 17
  320.           Caption = 'Small caps'
  321.           TabOrder = 2
  322.         end
  323.         object NoCaps: TRadioButton
  324.           Left = 8
  325.           Top = 20
  326.           Width = 61
  327.           Height = 17
  328.           Caption = 'None'
  329.           Checked = True
  330.           TabOrder = 3
  331.           TabStop = True
  332.         end
  333.       end
  334.     end
  335.   end
  336.   object Cancel: TButton
  337.     Left = 84
  338.     Top = 307
  339.     Width = 75
  340.     Height = 25
  341.     Cancel = True
  342.     Caption = 'Cancel'
  343.     ModalResult = 2
  344.     TabOrder = 1
  345.   end
  346.   object Back: TButton
  347.     Left = 168
  348.     Top = 307
  349.     Width = 75
  350.     Height = 25
  351.     Caption = '< Back'
  352.     Enabled = False
  353.     TabOrder = 2
  354.     OnClick = BackClick
  355.   end
  356.   object Next: TButton
  357.     Left = 248
  358.     Top = 307
  359.     Width = 75
  360.     Height = 25
  361.     Caption = 'Next >'
  362.     Default = True
  363.     TabOrder = 3
  364.     OnClick = NextClick
  365.   end
  366.   object Finish: TButton
  367.     Left = 328
  368.     Top = 307
  369.     Width = 75
  370.     Height = 25
  371.     Caption = 'Finish'
  372.     Enabled = False
  373.     ModalResult = 1
  374.     TabOrder = 4
  375.     OnClick = FinishClick
  376.   end
  377. end
  378.